@charset "utf-8";

/* reset */
@font-face {
	font-family: blod;
	src: url(../fonts/PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf);
}




:root {
    --theme-color:#009afe;
	--theme-touch-color: #2ab5fd;
	/* --theme-help-color: #666; */
	--theme-size: 20px;
}




* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-size: 12px;
	font-family: Arial, 微软雅黑;
	color: #333;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}	

a:focus {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}




/* 内容浮动清除 */
/* .clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content:'';display: block;height: 0;clear: both;visibility: hidden;} */




/* 图片盒子缩放居中 */
.img_box {
	font-size: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.img_box img {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img_box:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.img_box2 {
	font-size: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}




/* 图片盒子适应填充 */
.img-cover {
	font-size: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.img-cover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.img-cover2 {
	font-size: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img-cover2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.main {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}




html,
body {
	min-width: 1300px;
}




.banner,
.inc-banner {
	font-size: 0;
}

.banner img,
.inc-banner img {
	width: 100%;
}




.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
	opacity: 1 !important;
	border: none;
	outline: none;
}

.swiper .swiper-pagination {
	font-size: 0;
	bottom: 0;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev::after,
.swiper-button-next::after {
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background-position: left center;
}

.swiper-button-next {
	background-position: right center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: '';
	position: absolute;
	background-position: center;
}




.font-omit1,
.font-omit2,
.font-omit3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.font-omit1 {
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.font-omit2 {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.font-omit3 {
	line-clamp: 3;
	-webkit-line-clamp: 3;
}




.pb-menu {
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
}

.pb-menu li {
	color: #333;
	font-size: 18px;
	line-height: 80px;
	height: 80px;
	float: left;
	position: relative;
}

.pb-menu li:not(:last-child) {
	margin-right: 20px;
}

.pb-menu li::after {
	content: '';
	width: 0;
	height: 4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: all ease-in-out .6s;
	background-color: #291770;
}

.pb-menu li.on::after,
.pb-menu li:hover::after {
	width: 100%;
}

.pb-menu li a {
	width: 100%;
	height: 100%;
	padding: 0 25px;
	display: inline-block;
}




.listbox .list a {
	width: 100%;
	height: 100%;
	display: inline-block;
}




.pageContent {
	color: #666;
	font-size: 16px;
	text-align: center;
	padding: 100px 0;
}

.pageContent .sum,
.page .pagination li {
	line-height: 47px;
	height: 47px;
	margin: 0 12px;
	border-radius: 6px;
	background: #ededed;
}

.page .pagination li {
	float: left;
	width: 47px;
}

.pageContent .sum,
.page .pagination li.prev,
.page .pagination li.next {
	width: 100px;
}

.page .pagination li span,
.page .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 3px;
}

.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: #009afe;
}




.home {
	padding: 27px 0;
	box-shadow: 0px -0px 8px 8px #eee;
}

.home .item {
	max-width: 1400px;
	display: flex;
	margin: 0 auto;
}

.home ul li {
	color: #666;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}

.home ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.home .breadcrumb,
.home .agrop {
	display: flex;
	align-items: center;
}

.home .breadcrumb {
	padding-left: 38px;
	background: url(../images/home.png) no-repeat left center/25px 26px;
}

.home .breadcrumb li {
	position: relative;
	transition: all .3s;
}

.home .breadcrumb li:not(:first-child, :last-child) {
	margin-right: 32px;
}

.home .breadcrumb li:not(:first-child, :last-child)::after {
	content: '>';
	width: 8px;
	position: absolute;
	top: 50%;
	left: auto;
	transform: translate(0 , -50%);
	right: -20px;
}

.home .breadcrumb li:hover a {
	color: var(--theme-color);
}

.home .agrop {
	margin-left: auto;
}

.home .agrop li:not(:last-child) {
	margin-right: 70px;
}

.home .agrop li.active,
.home .agrop li:hover {
	color: var(--theme-color);
	font-weight: bold;
}




.grid2,
.grid3,
.grid4 {
	display: grid;
}

.grid2 {
	grid-template-columns: 1fr 1fr;
}

.grid3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid4 {
	grid-template-columns: repeat(4, 1fr);
}




.flex,
.flex-center,
.flex-between {
	display: flex;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-between {
	justify-content: space-between;
}




input,
select,
textarea,
button {
	border: none;
	outline: none;
	display: block;
	border-radius: 0;
}

textarea {
	font-family: 'Arial';
	resize: none;
	overflow: hidden;
}

button {
	cursor: pointer;
}




.form .code {
	cursor: pointer;
}

.form .code img {
	width: 100%;
	height: 100%;
}





.around-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.around-btn .swiper-button-prev,
.around-btn .swiper-button-next,
.around-btn .swiper-pagination 
{
	position: static;
}

.around-btn .swiper-button-prev,
.around-btn .swiper-button-next 
{
	width: 50px;
	height: 50px;
	margin-top: 0;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #eee;
	background: #fff;
}

.around-btn .swiper-button-prev {
	left: 0;
	margin-right: 45px;
}

.around-btn .swiper-button-next {
	right: 0;
}

.around-btn .swiper-button-prev::after,
.around-btn .swiper-button-next::after
{
	content: '';
	width: 11px;
	height: 17px;
}

.around-btn .swiper-button-prev::after {
	background-image: url(../images/pp.png);
}

.around-btn .swiper-button-next::after {
	background-image: url(../images/pn.png); 
}

.around-btn .swiper-button-prev:hover::after {
	background-image: url(../images/pp2.png);
}

.around-btn .swiper-button-next:hover::after {
	background-image: url(../images/pn2.png); 
}

.around-btn .swiper-pagination {
	font-size: 0;
	width: auto;
	margin: 0 35px;
}

.around-btn .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 0 9px !important;
	border: 2px solid #c1c1c1;
	background: #c1c1c1;
}

.around-btn .swiper-pagination-bullet-active {
	border: 2px solid #a5a5a5;
	background: #fff;
}




.icon,
.bgCover {
	background-repeat: no-repeat;
	background-position: center;
}

.icon {
	display: block;
	background-size: contain;
}

.bgCover {
	background-size: cover;
}




*::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}




.inner-title {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}




.theme-title i,
.theme-title h2 {
	font-size: 36px;
}

.theme-title i {
	font-weight: bold;
	display: block;
	margin-bottom: 21px;
	position: relative;
}

.theme-title i::after {
	content: '';
	width: 80px;
	height: 2px;
	top: 50%;
	left: -107px;
	transform: translate(0 , -50%);
	background: var(--theme-color);
}




.i-more {
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	display: inline-block;
	padding: 0 32px 0 25px;
	transition: all .3s;
	background: var(--theme-color);
}

.i-more:hover {
	color: #fff;
	background: var(--theme-touch-color);
}